home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / 22.dxr / 00077.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  625 b   |  30 lines

  1. global foreframe, textscroll
  2.  
  3. on exitFrame
  4.   if rollOver(28) then
  5.     go(the frame)
  6.   else
  7.     if rollOver(25) or rollOver(26) then
  8.       go(the frame - 1)
  9.     else
  10.       if textscroll = 1 then
  11.         repeat with i = 1 to 10
  12.           puppetSprite(i, 0)
  13.         end repeat
  14.         repeat with i = 19 to 30
  15.           puppetSprite(i, 0)
  16.         end repeat
  17.       else
  18.         repeat with i = 1 to 4
  19.           puppetSprite(i, 0)
  20.         end repeat
  21.         repeat with i = 19 to 20
  22.           puppetSprite(i, 0)
  23.         end repeat
  24.       end if
  25.       go(foreframe)
  26.       set the keyDownScript to "checkkey"
  27.     end if
  28.   end if
  29. end
  30.